ToolTip flicker in Java if outside JFrame? [closed]

Posted by Skarion on Programmers See other posts from Programmers or by Skarion
Published on 2011-02-07T13:23:53Z Indexed on 2011/02/07 15:33 UTC
Read the original article Hit count: 199

Filed under:
|

Hi!

I am implementing ToolTip in Java as to make users having an easier time to use the product. Though tooltip that are at the borders of the JFrame and ends up outside the JFrame starts to "flicker". I've tried lots of things (like moving the tooltip so it should be inside the Jframe, controlling the painting so it ends up within the JFrame and so on) though it doesn't work.

Anyone got any expertise within the field that know how to avoid this problem?

Cheers, Skarion

© Programmers or respective owner

Related posts about java

Related posts about swing